From: Ben Hutchings Date: Fri, 25 Sep 2015 21:50:50 +0000 (+0100) Subject: Revert "perf build: Fix libunwind feature detection on 32-bit x86" X-Git-Tag: archive/raspbian/4.9.80-2+rpi1~8^2~28 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=39329e67a39e1d927918bb47c57b7ec1c8496397;p=linux-4.9.git Revert "perf build: Fix libunwind feature detection on 32-bit x86" This reverts commit 05b41775e2edd69a83f592e3534930c934d4038e. It broke feature detection that was working just fine for us. Gbp-Pq: Topic bugfix/x86 Gbp-Pq: Name revert-perf-build-fix-libunwind-feature-detection-on.patch --- diff --git a/tools/perf/Makefile.config b/tools/perf/Makefile.config index ff375310efe4..1a1ec8e66d44 100644 --- a/tools/perf/Makefile.config +++ b/tools/perf/Makefile.config @@ -38,7 +38,7 @@ ifeq ($(SRCARCH),x86) LIBUNWIND_LIBS = -lunwind -lunwind-x86_64 $(call detected,CONFIG_X86_64) else - LIBUNWIND_LIBS = -lunwind-x86 -llzma -lunwind + LIBUNWIND_LIBS = -lunwind -lunwind-x86 endif NO_PERF_REGS := 0 endif